PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFRadialShading Class / setStartCircleCenter Method
The position in shading's target coordinate system of the starting circle center.
In This Topic
    setStartCircleCenter Method
    In This Topic
    Sets the position of the starting circle.
    Syntax
    public void setStartCircleCenter( 
       PDFPoint startCircleCenter
    )

    Parameters

    startCircleCenter
    The position in shading's target coordinate system of the starting circle center.
    Exceptions
    ExceptionDescription
    When startCircleCenter is null.
    See Also